home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Sound / Timidity / timidity.cfg < prev    next >
Text File  |  1999-07-06  |  2KB  |  72 lines

  1. ##############################################################################
  2. # Instrument configuration file for timidity
  3. #
  4. # Specify library directory:            dir <directory>
  5. #
  6. # - Multiple library directories may be given. The ones given last will be
  7. #   searched first so you can override them in later configuration files.
  8. #   Extra configuration files and MIDI files will also be searched in these
  9. #   directories.
  10. #
  11. # Set tone bank or drum set to loaded patch will be silent, except that for
  12. #   banks/drumsets >0, the corresponding patch in  bank/drumset 0 will
  13. #   be used (if one exists).
  14. #
  15. # Read another configuration file:      source <file name>
  16. #
  17.  
  18. ##############################################################################
  19. # If you've moved things around since compiling, uncomment and edit this to
  20. # point to the library directory: 
  21. #
  22. dir patch/
  23. #
  24.  
  25. ##############################################################################
  26. # This sets up the default patches in the TiMidity support package
  27. # "timidity-lib-0.1.tar.gz":
  28.  
  29. #bank 0
  30. #  0 patch/acpiano.pat
  31. # 24 patch/nylongt2.pat
  32.  
  33. ##############################################################################
  34. # If you have Dustin McCartney's "wowpats" patches, you can source the 
  35. # config file to set them up for TiMidity:
  36. #
  37. # (Note that later entries in config files always override earlier ones)
  38. #
  39. #source wowpats.cfg
  40. #
  41.  
  42. ##############################################################################
  43. # If you have Dustin McCartney's GS drum sets, you can source the config
  44. # file to set them up for TiMidity:
  45. #
  46. #source gsdrum.cfg
  47. #
  48.  
  49. ##############################################################################
  50. # If you have the GUS General MIDI patch set, uncomment the following lines 
  51. # and edit the "dir" statement to point to your GUS patch directory. 
  52. #
  53. #dir c:/eawpats
  54. source gravis.cfg
  55. source gsdrums.cfg
  56. source gssfx.cfg
  57. source xgmap2.cfg
  58. #
  59.  
  60. ##############################################################################
  61. # If you have the Midia patch set, you can source midia.cfg to set them up.
  62. # Note that midia.cfg sources gravis.cfg in turn, since the filenames are 
  63. # almost identical.
  64. #
  65. #source midia.cfg
  66. #
  67.  
  68.  
  69. ##############################################################################
  70. # End of configuration file
  71.